@import url("css/justin.css?v=2");
@import url("css/son.css?v=2");
@import url("css/circle.css");
@import url("css/booking-form.css");
@import url("css/enewsletter-form.css");
@import url("css/fonts.css");
@import url("css/icons-metrize.css");
@import url("css/product-finder.css?v=2");
@import url("css/region.css");
@import url("css/404.css");
@import url("css/chat.css");

/* portal.css */

.displayByWETGDestination {
    display: none;
}

body.isWEAU .isWEAU,
body.isWENZ .isWENZ,
body.isWECA .isWECA,
body.isWEUK .isWEUK,
body.isWEUSA .isWEUSA,
body.isWEEU .isWEEU {
    display: inline !important;
}


.owl-stage .owl-item .banner-content,
.owl-stage .owl-item .headerCarouselCaption {
	text-align: center;
}

img.tripCharityLogoImage {
	width:100%;
	margin-bottom:10px;
}

.bookNowButton2,
.downloadTripNotesButton,
.downloadRegistrationFormButton {
	display:block;
	width:100%;
	margin-bottom:10px;
}

.availableDatesResponsiveTable .dateRow {
	margin-bottom:5px;
}

.charityName {
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}

.newHeader {
	background: rgba(0,0,0,.7);
	top: 0;
    opacity: 1;
}

.showControlBar .newHeader {
	background: rgba(0,0,0,.7);
    opacity: 1;
}

.sticky-menu-active .newHeader {
    background: rgba(0,0,0,.7);
    opacity: 1;
}

.searchInputContainer {
	margin-bottom: 9px;
    margin-right: 30px;
}

.isLargeDesktop #dnn_HeaderCarousel,
.isSmallDesktop #dnn_HeaderCarousel {
	min-height: 190px;
}

.atAGlancePanel {
	background-color: #D1CCBD;
	border-radius: 6px;
	padding:10px;
	color: #000000;
	margin-top: 10px;
}

.atAGlancePanelTable .headingColumn,
.atAGlancePanelTable .dataColumn,
.datesTabCostsTable .headingColumn,
.datesTabCostsTable .dataColumn {
	/* font-weight:bold; */
	padding-right: 10px;
	vertical-align: top;
	line-height: 20px;
	padding-bottom:10px;
}

.atAGlancePanelTable .tripDatesRow1 .headingColumn,
.atAGlancePanelTable .tripDatesRow1 .headingColumn2,
.atAGlancePanelTable .tripDatesRow1 .headingColumn3 {
	padding-bottom:0;
}

.atAGlancePanelTable .headingColumn2,
.atAGlancePanelTable .headingColumn3 {
	padding-top:0;
	padding-bottom:0;
	line-height: 20px;
    vertical-align: top;
}

.atAGlancePanelTable .dataColumn,
.datesTabCostsTable .dataColumn {
	vertical-align: top;
}


header .nav-main {
    display: block;
}

.tripImpactSidePanelOuter {
	margin-top:15px;
}

.newHeader {
    border-bottom: 0;
}

@media (min-width: 992px) {
	header.newHeader nav ul.nav-main > li.active > a, header.newHeader nav ul.nav-main > li:hover > a, header.newHeader nav ul.nav-main > li > a:focus {
		color: #643335 !important;
	}
	
	.navbar-collapse.collapse {
			background-color: #FF6634;
	}
	
	.sticky-menu-active .newHeader {
		top: -110px;
	}

	.isAdministrator.sticky-menu-active .newHeader {
		top: -55px;
	}
	
	.newHeader nav ul.nav-main>li>a {
		padding: 12px 13px 13px !important;
		margin: 0;
	}
	
	.headerTopLinks {
		text-align:right;
		color: #ffffff;
		margin-top: 5px;
		margin-right: 15px;
		font-size: 13px;
	}

	.headerTopLinks a,
	.headerTopLinks a:link,
	.headerTopLinks a:visited,
	.headerTopLinks a:hover,
	.headerTopLinks a:active {
		color: #ffffff;
		text-decoration:none;
	}

}

@media (max-width: 991px) {
	.sticky-menu-active Header .logo img {
		height: 40px;
		width: auto;
	}

	.sticky-menu-active Header .logo a {
		top: 30px;
	}

	.headerTopLinks {
		display:none;
	}
}


@media (min-width: 768px) {
	header>.container {
		margin-bottom: 0px;
	}

	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important;
		width: auto;
	}
	
	.navbar-collapse {
		width: auto;
	}
	
	header.nav-bar nav.nav-main {
    	float: none;
	}
	
	header nav {
	   	float: none;
	}
	
	.newHeader .logo {
 	   padding: 5px 0 15px;
	}
}

header .contacts {
    padding: 2px 15px 2px 55px;
    background: url(Images/Icons/icon-phone.png) left center no-repeat;
	color: #ffffff;
	display:inline-block;
    line-height: 1.5;
}

header .contacts .email a,
header .contacts .email a:link,
header .contacts .email a:visited,
header .contacts .email a:hover,
header .contacts .email a:active {
	color: #ffffff;
	text-decoration:none;
}

header .contacts .headerPhoneNumber a,
header .contacts .headerPhoneNumber a:link,
header .contacts .headerPhoneNumber a:visited,
header .contacts .headerPhoneNumber a:hover,
header .contacts .headerPhoneNumber a:active {
	color: #FF6634;
	text-decoration:none;
	font-size: 19px;
    line-height: 19px;
}

header .search {
	margin-top: 5px;
}

header .contacts .headerPhoneNumber {
	margin-bottom: -3px;
}

#askAnExpertStickyTab {
    background: url(/Portals/_default/Skins/Porto/Resources/img/bg-transparent-grey.png);
    color: #FFFFFF;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 20px;
    position: fixed;
    right: 70px;
    bottom: 0;
    cursor: pointer;
    height: 48px;
    z-index: 1040;
}
.isMobile #askAnExpertStickyTab {
    display: none;
}



#askAnExpertSticky {
    color: #696969;
    background-color: #eee;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    /* padding: 10px 20px; */
    position: fixed;
    right: 70px;
    bottom: 0;
    cursor: pointer;
    z-index: 1040;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    width: 280px;
    box-shadow: 0px -1px 5px #696969;
}


.tab-content p.reviewStars {
	margin-bottom: 10px;
}

.active-star::before {
    content: "★";
    position: absolute;
}

.active-star {
    color: #660033;
    font-family: "open_sans";
    font-size: 25px;
    font-style: normal;
    margin-right: 2px;
}

.inactive-star {
    color: #660033;
    font-family: "open_sans";
    font-size: 25px;
    font-style: normal;
    margin-right: 2px;
}




#askAnExpertModal .askAnExpertModal-modal-title,
#askAnExpertSticky .askAnExpertSticky-modal-title,
#sendToAFriendModal .sendToAFriendModal-modal-title {
    font-size: 20px;
    color: #FFFFFF;
}
#askAnExpertStickyTitle {
    font-size: 18px!important;
    font-weight: bold;
}
#askAnExpertSticky .askAnExpertSticky-modal-title::after {
    content: "That's what we're here for ...";
    font-size: 12px;
    font-family: "Open Sans", Arial, sans-serif;
    display: block;
}
#askAnExpertSticky .askAnExpertStickyField,
#sendToAFriendModal .sendToAFriendModalField {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #FFFFFF;
    color: #999;
    font-style: italic;
}
#sendToAFriendModal .sendToAFriendModalField,
#askAnExpertModal .askAnExpertModalField {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #FFFFFF;
    color: #666;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: italic;
}
#askAnExpertModal .askAnExpertModal_state_row select {
    background-image: url("/Portals/World%20Expeditions/Images/dropdownArrowModal.jpg");
    background-size: 12px 10px;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 13px;
}
#askAnExpertModal .askAnExpertModalField::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
}
#askAnExpertModal .askAnExpertModalField::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}
#askAnExpertModal .askAnExpertModalField:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}
#askAnExpertModal .askAnExpertModalField:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}
#askAnExpertModal::-webkit-input-placeholder,
#askAnExpertSticky::-webkit-input-placeholder,
#sendToAFriendModal::-webkit-input-placeholder {
    /* Chrome */
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}
#askAnExpertModal:-ms-input-placeholder,
#askAnExpertSticky:-ms-input-placeholder,
#sendToAFriendModal:-ms-input-placeholder {
    /* IE 10+ */
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
}
#askAnExpertModal::-moz-placeholder,
#askAnExpertSticky::-moz-placeholder,
#sendToAFriendModal::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    opacity: 1;
}
#askAnExpertModal:-moz-placeholder,
#sendToAFriendModal:-moz-placeholder,
#askAnExpertSticky:-moz-placeholder {
    /* Firefox 4 - 18 */
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    opacity: 1;
}
#askAnExpertModal_submit,
#askAnExpertSticky_submit,
#sendToAFriendModal_submit,
.contactUsForm input[type="submit"] {
    background-color: #643335;
    color: #FFFFFF;
    border: none;
}
#askAnExpertModal .askAnExpertMessageField,
#askAnExpertSticky .askAnExpertMessageField,
#sendToAFriendModal .sendToAFriendModalMessageField {
    height: 80px;
}
#askAnExpertModal .close,
#askAnExpertSticky .close,
#sendToAFriendModal .close {
    color: #FFFFFF;
    opacity: 1;
}
#askAnExpertModal .modal-header,
#askAnExpertSticky .modal-header,
#sendToAFriendModal .modal-header {
    border-bottom: none;
}
#askAnExpertModal .modal-footer,
#askAnExpertSticky .modal-footer,
#sendToAFriendModal .modal-footer {
    border-top: none;
    text-align: center;
}
#askAnExpertSticky .modal-header {
    padding-bottom: 10px;
    background-color: #ff6634;
}
#askAnExpertSticky .modal-footer {
    padding-top: 0
}

.enquiryFormSubmitButton {
	margin-top:10px;
	margin-bottom:10px;
}

.grid .row.challengeCalendarTripRow {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000000;
	display: block;
}

.grid .row.challengeCalendarTripRow:hover {
	background-color: #E8E6DE;

}

.challengeCalendarLogoWrapper {
	text-align:center;
}

.challengeCalendarLogo {
	max-height:100px;
}

.calendarFilter {
	color:#000000;
	padding: 20px;
	background-color: #BABBB1;
	border-radius: 6px;
	margin-bottom: 15px;
}

.calendarFilter label {
	font-weight:bold;
}

.mobileBackLink {
    margin-bottom: 20px;
    display: inline-block;
}
.isLargeDesktop .mobileBackLink,
.isSmallDesktop .mobileBackLink,
.isTablet .mobileBackLink {
    display: none;
}

#askAnExpertModal .modal-content,
#sendToAFriendModal .modal-content {
    background-color: #eee;
    color: #FFFFFF;
}
#sendToAFriendModal .modal-header,
#askAnExpertModal .modal-header {
    background-color: #ff6634;
    padding-left: 80px;
}
#askAnExpertModal .modal-header .askAnExpertModal-modal-title:before {
    content: "";
    position: absolute;
    left: 20px;
    background: url("/Portals/World%20Expeditions/Images/askanexpert.png");
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
}
#askAnExpertModal .modal-header .askAnExpertModal-modal-title:after {
    content: "That's what we're here for ...";
    font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
    display: block;
}
#askAnExpertModal .modal-body .askAnExpertModal-form-fields .row:nth-child(1) .col-xs-12 {
    color: #666;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 18px;
}
#askAnExpertModal .form-control,
#askAnExpertSticky .form-control {
    border: 1px solid #FFFFFF;
}

.eNewsletterCheckbox label {
	display:inline-block;
	margin-left: 5px;
}

.continueLoadingMessage {
	height: 50px;
	color: #000000;
	padding-top: 10px;
	font-weight: bold;	
}

.bookingFormENewsletterMessage p{font-size:12px;line-height:15px;margin-bottom:8px;}

.body > footer .footer-atol {
    background: #272D33;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    margin-top: 0;
    padding: 22px 0px;
    color: #ffffff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.body>#footer .footer-copyright {
    margin-top: 0 !important;
}

.region-grey-bottom .teaserTripName h3{
    color: #373b40!important;
    font-family: "open_sansbold"!important;
    font-size: 19px!important;
    text-transform: none;
}

/*################################
##                              ##
##  JOIN OUR NEWSLETTER STICKY  ##
##                              ##
################################*/ 


@media (max-width:767px) {
	html #askAnExpertStickyTab,
	html #joinOurNewsletterStickyTab{
		bottom: 0px!important;
	}
}

#joinOurNewsletterStickyTab {
    background: url(/Portals/_default/Skins/Porto/Resources/img/bg-transparent-grey.png);
    color: #FFFFFF;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 20px;
    position: fixed;
    right: 208px;
    bottom: 0;
    cursor: pointer;
    height: 47px;
    z-index: 1040;
}
/*
.isMobile #joinOurNewsletterStickyTab {
    display: none;
}
*/
#joinOurNewsletterSticky {
    color: #696969;
    background-color: #eee;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    /* padding: 10px 20px; */
    position: fixed;
    right: 208px;
    bottom: 0;
    cursor: pointer;
    z-index: 1040;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: normal;
    width: 280px;
    box-shadow: 0px -1px 5px #696969;
}

.isMobile #joinOurNewsletterSticky {
    right: 100px;
	z-index: 1042 !important;
}

#joinOurNewsletterSticky .modal-header {
    padding-bottom: 10px;
    background-color: #ff6634;
}
#joinOurNewsletterSticky .modal-footer {
    padding-top: 0
}
#joinOurNewsletterStickyTitle {
    font-size: 18px!important;
    font-weight: bold;
	color:#FFFFFF;
}

.eNewsStickyBold {
	font-weight:bold;
	color:#000000;
	margin-bottom: 5px;
}

.eNewsStickyPlain {
	font-weight:normal;
	color:#000000;
	margin-bottom: 5px;
}

.modal-footer.joinOurNewsletterSticky-footer {
	border-top:none;
}

#joinOurNewsletterSticky_submit {
	background-color:#643335;
	color:#FFFFFF;border:none;
}

#joinOurNewsletterSticky .eNewsStickyBold,
#joinOurNewsletterSticky .eNewsStickyPlain {
	line-height: 18px;
}

#joinOurNewsletterSticky .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
}


@media (max-width: 767px){html .body > footer .footer-copyright{padding-bottom: 50px!important;}}

body.isAdministrator.dnnEditState div.main {
	padding-top: 130px;				
}

/*------- SMALLER SCREEN SIZE FIXES ----------*/
@media (max-width: 374px){
    a.scroll-to-top{
        display: none!important;
    }
    div#joinOurNewsletterStickyTab{
        right: 150px!important;
    }
    .isMobile #joinOurNewsletterSticky{
        right: unset!important;
        left: 10px;
        width: calc(100vw - 20px)!important;
    }
    div#askAnExpertStickyTab{
        right: 10px;
    }
    div#askAnExpertSticky{
        right: unset!important;
        left: 10px;
        width: calc(100vw - 20px)!important;    
    }
}


#top-of-footer-for-floating-nav {
	padding:0;
	margin:0 0 20px 0;
}

footer .footer-links-column li a,
footer .footer-links-column li a:visited,
footer .footer-links-column li a:hover,
footer .footer-links-column li a:active {
	color:#777 !important;
}

footer .footer-links-column ul {
	list-style:none !important;
	padding-left:0;
}

.blogAutoCaption, .blogAutoCaption b, .blogAutoCaption i {
	font-size:15px !important;
	font-family:'open_sansregular' !important; /* open_sansregular carnasLight */
	font-weight:normal !important;
	font-style:italic !important;
	line-height:22px !important;
}





/* Information strip - the one under the hero carousel image */

@media (min-width:768px) {
	body.homePage .messageStripOuter {
		top: -22px; 
	}


	body.staticPage #dnn_HeaderCarousel .dynamicImageWrapper {
		margin-bottom: 20px; 
	}

}

body.homePage .messageStripOuter {
	margin-top: 0; 
	position: relative;
	margin-bottom: 0;
}

.messageStripOuter {
	margin-top: -20px; 
	margin-bottom: 15px;
}

div.body.liveBlogBody .messageStripOuter {
	margin-top: 0;
	margin-bottom: 0;
}

.messageStripInner {
	padding: 3px;
	text-align:center;
}

.messageStripBold {
	font-family:"Open Sans",Arial,sans-serif !important;
	font-weight:bold;
	margin:	10px 5px;
}

.messageStripPlain,
.messageStripLink {
	font-family:"Open Sans",Arial,sans-serif !important;
	font-weight:normal;
	margin-right: 5px;
	margin-left: 5px;
}

a.messageStripLink {
	text-decoration:underline;
}

/* begin home page hero image dead zone fix */
.newHomeSearch #dnn_ImageSlider .owl-carousel .owl-item .banner-content, 
.newHomeSearch #dnn_ImageSlider .owl-carousel .owl-controls {
	pointer-events: none;
}

.newHomeSearch #dnn_ImageSlider .owl-carousel .owl-controls .owl-dot {
	pointer-events: auto;
}
/* end home page hero image dead zone fix */



/* Teaser stars start */

.teaserInner .ratecircle5 {
	height:30px;
}

.teaserInner .ratecircle5 .btn-stars {
	padding-top: 5px;	
}

.teaserInner .ratecircle5 .btn-reviews {
    padding-left: 0;
    background: none;
    display: inline-block;
	position:relative;
    top:-1px;	
}

.teaserInner .btn-stars {
	transform: scale(0.66);	
	display:inline-block;
	margin-right: -35px;
	margin-left: -35px;
}

.teaserInner .btn-stars .starRating:before {
    left: 0;
	background-image: url(/Portals/World%20Expeditions/css/Images/nostar-teasers.png);
}

.teaserInner .btn-stars .starRating:after {
    left: 0;
    background-image: url(/Portals/World%20Expeditions/css/Images/fullstar-teasers.png);
}

.teaserInner .ratecircle5 .activity-action-btn {
	text-align:center;
}

/* Teaser stars end */

#main-banner-square .owl-controls {
	display:none;
}


.owl-dots.disabled {
    display: none !important;
}

.trip-reviews .review-trip-name {
    font-family: 'asapbold';
    font-size: 18px;
	color: #414b56;
}

.trip-reviews{background:#f2f2f2;padding:15px;margin:0 0 25px 0;}
.trip-reviews .rating-tag{display:inline-block;margin:0 20px 0 0;}
.trip-reviews p.trip-reviews-content{font-style:italic;font-size:13px;}

.trip-reviews p.review-by span.review-by-name {font-size:13px;color:#373b40;font-family:"Open Sans",Arial,sans-serif;}
.trip-reviews p.review-by span.review-by-location {font-size:13px;color:#9caa3a;font-family:'asapbold';}
.trip-reviews p.review-by span.review-by-location::before { font-size:13px;color:#888888; font-family:"Open Sans",Arial,sans-serif; content:' | '; }
.trip-reviews p.review-by span.review-date {font-size:13px;color:#373b40;font-family:"Open Sans",Arial,sans-serif;}
.trip-reviews p.review-by span.review-date::before { font-size:13px;color:#888888; font-family:"Open Sans",Arial,sans-serif; content:' | '; }

.trip-reviews .fa-star,
.trip-reviews .fa-star-o{font-size:23px;margin:0 2px;color:#660033;}
.trip-reviews h5{font-size:18px;font-weight:normal;margin:25px 0 20px 0;}
.trip-reviews-button{text-align:center;}
.trip-reviews-button button{font-weight:normal!important;}

/* Auto complete destination heading */
keyword_autocomplete .ui-state-disabled.searchAutoCompleteHeading,
keyword_autocomplete .ui-widget-content .ui-state-disabled.searchAutoCompleteHeading,
keyword_autocomplete .ui-widget-header .ui-state-disabled.searchAutoCompleteHeading {
	opacity: 1;
	filter:Alpha(Opacity=100); /* support: IE8 */
	background-image: none;
	font-family: 'open_sansbold';
	color: #9baa3a;
	text-transform: uppercase;
}
keyword_autocomplete .ui-state-disabled.searchAutoCompleteHeading .ui-icon {
	filter:Alpha(Opacity=100); /* support: IE8 - See #6059 */
}
/* Auto complete destination heading */